#status_list {
    position: absolute;
	margin: 1.12%;
	margin-left: 2%;
    left: -0.5%;
    top:96.01%;
    width: 14.06%;
	display: flex;
    height: 0.5%;
    float:left;
}

.status {
    padding: 0%;
    flex: auto;
    border: 1px solid rgba(33, 33, 33, 0.5);
	background-color:rgba(28, 28, 28, 0.5);
    height: 90%;
}

.status_inner {
    padding: 0%;
    background-color: rgba(28, 28, 28, 0.5);
    height: 90%;
}

.status_val {
    height: 90%;
}
body {
    overflow:hidden;
}
